ActiveReports 12 Server User Guide
ServiceChannelFactory<TServiceChannel> Class
Members 

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls.Servicing Namespace : ServiceChannelFactory<TServiceChannel> Class
The type of the service channel.
Represents the factory to create an instance of the specified service channel.
Object Model
ServiceChannelFactory<TServiceChannel> Class
Syntax
'Declaration
 
Public MustInherit NotInheritable Class ServiceChannelFactory(Of TServiceChannel As IClientChannel) 
public static class ServiceChannelFactory<TServiceChannel> 
where TServiceChannel: IClientChannel
Type Parameters
TServiceChannel
The type of the service channel.
Inheritance Hierarchy

System.Object
   ActiveReports.Server.ReportControls.Servicing.ServiceChannelFactory<TServiceChannel>

See Also

Reference

ServiceChannelFactory<TServiceChannel> Members
ActiveReports.Server.ReportControls.Servicing Namespace